github.com/go-pg/migrations/v8.Collection.schemaExists (method)

2 uses

	github.com/go-pg/migrations/v8 (current package)
		collection.go#L608: func (c *Collection) schemaExists(db DB) (bool, error) {
		collection.go#L647: 	exists, err := c.schemaExists(db)